API: Remove gdk_screen_get_width() and gdk_screen_get_height()
authorBenjamin Otte <otte@redhat.com>
Fri, 9 Sep 2016 12:53:18 +0000 (14:53 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 16 Oct 2016 16:17:21 +0000 (18:17 +0200)
commit0be88cc76e756ee96839273117b464ab21a4f708
tree60a4b6e8bb29c2ea4947e24c9e3933a44cf8e22f
parent579edbbca871f317b90ffec4e69d4f4b5cac91b2
API: Remove gdk_screen_get_width() and gdk_screen_get_height()

... and gdk_screen_get_width_mm() and gdk_screen_get_height_mm() and
the shortcut counterparts that call these functions on the default
screen.

Modern display servers don't provide an ability to query the size of a
screen or display so we shouldn't allow that either.
14 files changed:
docs/reference/gdk/gdk4-sections.txt
gdk/broadway/gdkscreen-broadway.c
gdk/broadway/gdkscreen-broadway.h
gdk/broadway/gdkwindow-broadway.c
gdk/gdkmain.h
gdk/gdkscreen.c
gdk/gdkscreen.h
gdk/gdkscreenprivate.h
gdk/wayland/gdkscreen-wayland.c
gdk/win32/gdkscreen-win32.c
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkscreen-x11.c
gdk/x11/gdkscreen-x11.h
modules/input/gtkimcontextxim.c